Search
DiagramExtensions.FreeFormTargets Method
See Also
 





An array of Shape objects used to replace FreeFormNode instances with ShapeNode ones when Behavior is set to LinkFreeShapes or DrawFreeShapes.

Namespace: MindFusion.Diagramming.Fluent
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static Diagram FreeFormTargets (
    Diagram diagram,
    Shape[] value
)

Visual Basic  Copy Code

Public Shared Function FreeFormTargets( _
    diagram As Diagram, _
    value() As Shape _
) As Diagram

 Parameters

diagram

value

 Return Value

 See Also